Google-Play-Music-Desktop-Player-Unofficial

under the sea!

Google Play Music 을 Electron으로 만들 수 있지 않을까? 라는 생각을 개발자라면 해 보신 분들이 있을 거라고 생각합니다. 역시 실행이 갑이죠. 실행에 옮긴 놀라운 프로젝트가 깃헙 프로젝트의 daily에 수위권을 달성했네요.

2016/03/07 Today’s best ( 471 ★)

MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-
_Google-Play-Music-Desktop-Player-UNOFFICIAL- - A beautiful cross platform Desktop Player for Google Play Music_github.com

OS 지원

  • Windows 7 or later
  • Mac OSX 10.8.0 or later
  • Ubuntu 14.04 or later
  • Mint
  • Fedora
  • Debian

외부 API 지원

  • JSON은 아래와 같은 형식으로 지원합니다.

    {
    “playing”: true,
    “song”: {
    “title”: “Trumpets”,
    “artist”: “Jason Derulo”,
    “album”: “Tattoos”,
    “albumArt”: “https://lh6.ggpht.com/J9gNObbLJ\_R71OHy-F6ENINYlnjf6Hjx\_dw4RV0GLSTH1zrDEFSeRcW\_Kf2fTws0swmOXwot=s90-c-e100
    },
    “time”: {
    “current”: 4908,
    “total”: 217000
    },
    “songLyrics”: “Lyrics here :)”
    }

    // Not Playing (Stopped)
    {
    “playing”: false,
    “song”: {
    “title”: null,
    “artist”: null,
    “album”: null,
    “albumArt”: null
    },
    “time”: {
    “current”: 0,
    “total”: 0
    },
    “songLyrics”: null
    }

By Keen Dev on March 6, 2016.

Exported from Medium on May 31, 2017.